Lecture 1: Introduction to Research — [📝Lecture Notebooks] [
Lecture 2: Introduction to Python — [📝Lecture Notebooks] [
Lecture 3: Introduction to NumPy — [📝Lecture Notebooks] [
Lecture 4: Introduction to pandas — [📝Lecture Notebooks] [
Lecture 5: Plotting Data — [📝Lecture Notebooks] [[
Discover gists
| Visual Studio 2026 18.x | |
| Professional: NVTDK-QB8J9-M28GR-92BPC-BTHXK | |
| Enterprise: VYGRN-WPR22-HG4X3-692BF-QGT2V | |
| Product Year Version Product Keys | |
| Visual Studio 2022 2021 17.x | |
| Professional: TD244-P4NB7-YQ6XK-Y8MMM-YWV2J | |
| Enterprise: VHF9H-NXBBB-638P6-6JHCY-88JWH | |
| Visual Studio 2019 2019 16.x |
Note: This gist may be outdated, thanks to all contributors in comments.
adb is the Android CLI tool with which you can interact with your android device, from your PC
You must enable developer mode (tap 7 times on the build version in parameters) and install adb on your PC.
Don't hesitate to read comments, there is useful tips, thanks guys for this !
| import SpriteKit | |
| import UIKit | |
| import simd | |
| final class ReactionAnimationScene: SKScene { | |
| var sceneDidChangeSize: (() -> Void)? | |
| override func didChangeSize(_ oldSize: CGSize) { | |
| super.didChangeSize(oldSize) | |
| sceneDidChangeSize?() |
TL;DR: Paste your pan.baidu.com/s/... link (plus the 4-character extraction code
if there is one) into https://baidufast.com → it shows the real size
and price first → files under 200MB are free, bigger files are $0.79 for the first
GB + $0.35 per extra GB → you get a direct download link at full speed. No Baidu
account, no Chinese phone number, no client to install.
Can't be bothered? Post your link in the comments below. Links under 200MB get fetched for free, we reply with the download link. (Please include the extraction code.)
Improved one-liners for cleaning up stale local branches after merge. Inspired by the CIA's leaked dev docs and HN discussion.
# Auto-detect default branch (main/master) from remote
function _git_default_branch() {
git symbolic-ref refs/remotes/origin/HEAD 2>/dev/null | sed 's@^refs/remotes/origin/@@' || echo "main"| -- MarI/O by SethBling | |
| -- Feel free to use this code, but please do not redistribute it. | |
| -- Intended for use with the BizHawk emulator and Super Mario World or Super Mario Bros. ROM. | |
| if gameinfo.getromname() == "Super Mario World (USA)" then | |
| Filename = "DP1.state" | |
| ButtonNames = { | |
| "A", | |
| "B", | |
| "X", |
Important
Working on the latest supported Windows versions. Run Windows Update before following this guide.
1. Open Powershell > RUN AS ADMIN
2. Paste in irm https://gist.github.com/ave9858/c3451d9f452389ac7607c99d45edecc6/raw/UninstallEdge.ps1 | iex and press enter
3. Microsoft Edge will be completely uninstalled.


